auto_eda The primary goal of auto-explore is to to establish a codebase that reduces the effort to produce a reasonable first-pass exploratory data analysis for a variety of dataset types.
This Python library is a first attempt at automating the process of exploratory data analysis – at least as far as computation and visualization is concerned.
Critical thinking is not included.
AutopilotExploratoryAnalysis object will make many methods available on your data with minaml set up.AutopilotExploratoryAnalysis object.Simply specify a DataFrame and a list for each of its binary, categorical, numerical and text columns. If applicable, set the target_col as a list with one element (string).